type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextFloat64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L333: 			return encodePlanNumericCodecTextFloat64Valuer{}
		numeric.go#L507: type encodePlanNumericCodecTextFloat64Valuer struct{}
		numeric.go#L509: func (encodePlanNumericCodecTextFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {